home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_game / blackj20.zip / HISTORY.DOC < prev    next >
Text File  |  1996-04-19  |  1KB  |  29 lines

  1. ================================================================================
  2.       Chuckle Box BlackJack - Ver 2.0 - (Copyright-1996) by Robert Nykvist
  3. ================================================================================
  4.  
  5. History:
  6.  
  7. 4/19/96  Version 2.0
  8.          - Added Log Generator so Users & SysOp can see recent activity.
  9.          - Added View option so SysOp and Users can see recent results.
  10.          - Added Edit option so SysOp can edit LOG file.
  11.          - Added CMD_POPs as recommended before using GOTO statements.
  12.          - Added variable to track number of times user plays the game.
  13.          - Added remotely sent bells - feedback when user wins.
  14.          - Added non-ANSI user trap.  (This is an ANSI intensive game.)
  15.          - Added "SYNC" prior to getting input in ALL user prompts as
  16.            recommended by manual.
  17.          - Replaced "\r\n" in Print strings with "CRLF."  Manual says
  18.            that user CRLF is faster than \r\n.
  19.  
  20. 3/11/96  Version 1.1
  21.          - Beta Release Version 1.1 for feedback.
  22.          - Simple game using basic INT variables.  The problem is trying
  23.            to give users a pleasing visual interface.
  24.          - Used Switch/Case loop routines to display proper cards
  25.            in proper places.
  26.          - Used ANSI escape sequences to place cards and keep
  27.            other areas of game board clear.
  28.          - BBS down so I'm unable to for problems from remote terminals.
  29.